home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 356 / clipmod / read.me < prev    next >
Encoding:
Text File  |  1990-02-02  |  2.4 KB  |  56 lines

  1.                      Modula and the Clipboard 
  2.  
  3.      The basic files for Modula are:
  4.  
  5.      CLIPBOAR.DEF, CLIPBOAR.MOD    source for clipboard library
  6.      TESTCLIP.MOD                  example program source
  7.      TESTCLIP.TOS                  example program
  8.      MAKEFILE                      makefile for the Modula sources
  9.      CLIP.PRG                      \AUTO\ program
  10.      READ.ME                       this file
  11.  
  12.      The  clipboard  info  and the file  clip.prg  was  from  Russ 
  13. Wetmore's  clipboard posting.  He released clip.prg to the  public 
  14. domain.
  15.  
  16.      The  library  is  basically  a  translation  from   Wetmore's 
  17. documentation  and  shows  its leaning  to  the  C  language.  For 
  18. example, PutClip would be easier to use if it would pass a string, 
  19. rather than the address of a buffer. GetClip passes the address of 
  20. an address and is not standard Modula.  The library was tested  by 
  21. running testclip.  It did what it was designed to do, and anything 
  22. else should be tested.
  23.  
  24.      There  was  a  problem that PutClip did  not  work  until  we 
  25. changed the order in which the parameters were passed. *********
  26.  
  27.      The clip.sys file seems to go away after it is used.  Does it 
  28. become  a  system  file?  We are confused as to  the  location  of 
  29. clip.sys. It goes to whatever device is current and is used first. 
  30. Basically,  we got the program testclip to run, and are waiting on 
  31. more info on what the clipboard is to go beyond there.
  32.  
  33.      The  Modula used is from Jefferson Software.  It is based  on 
  34. the most recent version of Modula from Wirth,  the third  edition, 
  35. and  is  not completely compatable with TDI's  version  of  Modula 
  36. which is based on the second edition. Send any problems to us.
  37.  
  38.      Jefferson  Software includes the source to the  libraries  in 
  39. their Modula 2 Development System.  You may use the source in this 
  40. example as long as you agree to include the copyright notice, name 
  41. address and phone number of Jefferson Software anywhere the source 
  42. is used. 
  43.  
  44.           Jefferson Software
  45.           12416 N 28th Dr #18-236
  46.           Phoenix,  AZ 85029-2434
  47.           (602)243-3106
  48.           Compuserve ID 73637, 1245
  49.  
  50.      You  can  find Modula source on  Phase  (602)849-1287.  Phase 
  51. is a BBS using MichTron V2.0.  Go to Sig 8 to leave messages,  ask 
  52. questions  or  upload/ download.  
  53.  
  54.      January 3, 1987     
  55.  
  56.